From 133bca613c29fb1112a1ea40c09628971c7e0d9f Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 5 Sep 2009 16:52:37 +0000 Subject: [PATCH] Delbin: fix tyop in 'down right' and change tombstone->cemetery. --- gpsbabel/delbin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpsbabel/delbin.c b/gpsbabel/delbin.c index 92c24d003..ccab649b8 100644 --- a/gpsbabel/delbin.c +++ b/gpsbabel/delbin.c @@ -2251,7 +2251,7 @@ delbin_write(void) message_write(MSG_CAPABILITIES, &m); if (message_read(MSG_CAPABILITIES, &m)) { const msg_capabilities_t* p = m.data; - device_max_waypoint = le_read32(p->max_waypoints); + device_max_waypoint = le_readu32(p->max_waypoints); } message_free(&m); @@ -2988,7 +2988,7 @@ static const char* const waypoint_symbol_name[] = { "Arrow Up Left", "Arrow Up Right", "Arrow Down Left", - "Arrow Dow Right", + "Arrow Down Right", "Green Star", "Yellow Square", "Red X", @@ -3052,7 +3052,7 @@ static const char* const waypoint_symbol_name[] = { "Telephone", "Traffic Light", "Fire Hydrant", - "Tombstone", + "Cemetery", "Picnic Table", "Tent", "Shelter", -- 2.30.2